SixBit API Schema
RemainingDueAmountType Simple Type
Description
The amount still due on an order.
Namespace (none)
Type
Restriction of xs:decimal
Diagram
RemainingDueAmountType Simple Type
Overview
RemainingDueAmountType Restriction of xs:decimal
The amount still due on an order.
Source
<xs:simpleType name="RemainingDueAmountType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The amount still due on an order.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <!--<xs:fractionDigits value="2" />-->
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.